summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
2016-03-17loplugin:constantparam in svlNoel Grandin
2016-03-17tdf#98458 sw: make search in shape text optionalMiklos Vajna
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-02-26add SvxSearchItem::GetWildcard() SetWildcard()Eike Rathke
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-05Fix typosAndrea Gelmini
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-13tdf#97077: So ppStaticDefaults can be null after allStephan Bergmann
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-06What these SAL_INFO probably want to tell us...Stephan Bergmann
2016-01-06Revert "This probably is not worth displaying a warning about"Tor Lillqvist
2016-01-05This probably is not worth displaying a warning aboutTor Lillqvist
2016-01-05tdf#96708: don't modify document while copying to clipboardMike Kaganski
2015-12-15...and this looks like a memory leak, tooStephan Bergmann
2015-12-15Memory leakStephan Bergmann
2015-12-15Bin unused function DbgCheckItemSetTor Lillqvist
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-28Missing includeStephan Bergmann
2015-11-18svl: replace some legacy SFX_ASSERT in SfxItemPoolMichael Stahl
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-11fix svl buildCaolán McNamara
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30svl: remove mostly superfluous abstraction of vectorMichael Stahl
2015-10-30svl: replace boost::ptr_vector with std::vectorMichael Stahl
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis
2015-10-22SRCH_PARA_ALLTABLES could never be queriedEike Rathke
2015-10-20sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-19sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann