summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
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
2014-12-02Remove unused header includes from public header.Kohei Yoshida
2014-11-28svl: SfxItemSet: get rid of the "no master pool" warning spamMichael Stahl
2014-11-27svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl
2014-11-24svl: convert DBG_ASSERTs in SfxItemSetMichael Stahl
2014-11-17coverity#1242810 Untrusted loop boundCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl
2014-11-16coverity#1242630 reorganize to help coverity outCaolán McNamara
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12drop pool ver 1 import supportCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11coverity#1242875 Use of untrusted scalar valueCaolán McNamara
2014-11-06svl: remove unused codeNoel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-02unused includes in RTF filter and related filesMiklos Vajna
2014-10-30coverity#1242956 Untrusted loop boundCaolán McNamara
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin