summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)AuthorFilesLines
2015-09-08tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-0/+5
2015-05-29SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna1-2/+30
2015-05-20Remove include stdio (part4)Julien Nabet2-2/+0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin1-2/+0
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann1-4/+3
2015-04-28operator == return type wants to be boolStephan Bergmann1-4/+4
2015-04-24Ensure that svl/grabbagitem.hxx is self-containedMiklos Vajna1-1/+1
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-4/+8
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-12/+12
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann7-0/+15
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann2-2/+2
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin4-20/+19
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna1-1/+1
2015-04-08svl: move SfxItemSet methods togetherMichael Stahl1-27/+26
2015-04-08svl: translate some comment in itemset.cxxMichael Stahl1-68/+1
2015-04-08svl: prefix members of SfxItemIterMichael Stahl1-15/+15
2015-04-08svl: prefix members of SfxItemSetMichael Stahl2-219/+226
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-5/+5
2015-03-19loplugin:constantfunction: svlNoel Grandin2-17/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-9/+4
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin1-44/+0
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-3/+7
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-4/+8
2015-02-18boost->stdCaolán McNamara3-44/+43
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-0/+1
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna1-0/+10
2015-02-05fix Windows buildEike Rathke1-2/+2
2015-02-03callcatcher: shave off some moreCaolán McNamara1-6/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara3-107/+0
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna1-0/+8
2015-01-22Factor out SfxStringItem::dumpAsXml() from swMiklos Vajna1-1/+9
2015-01-16remove unnecessary parenthesesNoel Grandin1-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl3-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann1-12/+12
2014-12-15coverity#1242875 Untrusted loop boundCaolán McNamara1-0/+7
2014-12-14Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna1-0/+8
2014-12-12coverity#1242875 Untrusted pointer writeCaolán McNamara1-1/+5
2014-12-12silence coverity#1242911 Untrusted loop boundCaolán McNamara1-0/+1
2014-12-12leave the deliberately unused, not-for-use method inlineCaolán McNamara1-6/+0
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida1-45/+58
2014-12-02Remove unused header includes from public header.Kohei Yoshida1-1/+3
2014-11-28svl: SfxItemSet: get rid of the "no master pool" warning spamMichael Stahl1-9/+0
2014-11-27svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl2-2/+2