summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)Author
2016-05-06svx: replace boost::assign::list_of with C++11Michael Stahl
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-21Fix typosAndrea Gelmini
2016-04-20Revert partly some of my previous patchesJulien Nabet
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18Avoid reserved identifiersStephan Bergmann
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14loplugin:passstuffbyref in svxNoel Grandin
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin
2016-04-05loplugin:salboolStephan Bergmann
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara
2016-04-04loplugin:constantparam in svxNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
2016-03-17loplugin:constantparam in svxNoel Grandin
2016-03-16loplugin:constantparam in unotools/Noel Grandin
2016-03-11tdf#97966: Remove 'static' keywordsWastack
2016-03-09loplugin:constantparam in svxNoel Grandin
2016-03-09Add missing includesDavid Ostrovsky
2016-03-07expand src templatesDavid Tardon
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
2016-02-28Kill sfx2 menu supportMaxim Monastirsky
2016-02-25use SearchOptions2Eike Rathke
2016-02-25convert InternationalKeyCode to scoped enumNoel Grandin
2016-02-25convert ErrorCode to scoped enumNoel Grandin
2016-02-21tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-21coverity#735862 Unchecked dynamic_castCaolán McNamara