summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)AuthorFilesLines
2016-04-18Avoid reserved identifiersStephan Bergmann5-65/+65
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann1-2/+2
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke10-44/+0
2016-04-14loplugin:passstuffbyref in svxNoel Grandin1-1/+1
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet7-24/+37
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke4-9/+0
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin2-2/+2
2016-04-05loplugin:salboolStephan Bergmann1-1/+1
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-4/+4
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-2/+4
2016-04-04loplugin:constantparam in svxNoel Grandin1-2/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-5/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack7-11/+11
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-4/+6
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin5-7/+7
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin4-10/+10
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-6/+6
2016-03-17loplugin:constantparam in svxNoel Grandin3-36/+30
2016-03-16loplugin:constantparam in unotools/Noel Grandin1-1/+1
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-09loplugin:constantparam in svxNoel Grandin2-9/+7
2016-03-09Add missing includesDavid Ostrovsky1-0/+1
2016-03-07expand src templatesDavid Tardon2-5/+15
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin1-5/+2
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin3-7/+6
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin3-32/+28
2016-02-28Kill sfx2 menu supportMaxim Monastirsky2-76/+0
2016-02-25use SearchOptions2Eike Rathke1-5/+5
2016-02-25convert InternationalKeyCode to scoped enumNoel Grandin2-34/+34
2016-02-25convert ErrorCode to scoped enumNoel Grandin1-13/+13
2016-02-21tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky2-154/+1
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-11/+0
2016-02-09Remove excess newlinesChris Sherlock23-50/+0
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-3/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-7/+7
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin3-11/+7
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin1-8/+3
2016-01-10Fix typosAndrea Gelmini5-14/+14
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-21coverity#735862 Unchecked dynamic_castCaolán McNamara1-2/+4
2015-12-12Typo: strucure->structureJulien Nabet1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-3/+3
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-1/+0
2015-11-23loplugin:unusedfields in svx/Noel Grandin1-5/+3
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+2