summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-6/+3
2015-11-12Namespace cleanup and disambiguationAshod Nakashian2-45/+43
2015-11-115th step to remove tools/rtti.hxxOliver Specht8-15/+0
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann32-373/+373
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-5/+3
2015-11-09new loplugin: oncevarNoel Grandin1-5/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann7-13/+13
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin1-0/+100
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin13-50/+48
2015-11-04loplugin:stringconstantNoel Grandin4-15/+8
2015-11-02compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl1-24/+6
2015-10-31com::sun::star->css in svxNoel Grandin23-167/+167
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-4/+1
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-4/+2
2015-10-20loplugin:defaultparamsStephan Bergmann6-6/+6
2015-10-19loplugin:defaultparamsStephan Bergmann3-8/+8
2015-10-18reorganise code, no behaviour change intendedLionel Elie Mamane1-7/+4
2015-10-18tdf#72205 when saving changes, mark we did a prepareCloseLionel Elie Mamane1-0/+2
2015-10-18janitorial: indentLionel Elie Mamane1-2/+2
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky1-5/+5
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky1-5/+5
2015-10-16convert Link<> to typedNoel Grandin2-3/+2
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin3-8/+4
2015-10-14coverity#735862 Unchecked dynamic_castCaolán McNamara1-6/+4
2015-10-14coverity#735864 Unchecked dynamic_castCaolán McNamara1-4/+5
2015-10-14coverity#735865 Dereference after null checkCaolán McNamara1-4/+4
2015-10-13coverity#1326499 Resource leakCaolán McNamara1-3/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-47/+47
2015-10-12convert Link<> to typedNoel Grandin1-4/+6
2015-10-07loplugin:mergeclassesNoel Grandin1-100/+0
2015-10-06loplugin:unusedmethodsNoel Grandin1-6/+0
2015-10-01Fix typosAndrea Gelmini4-23/+23
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht16-97/+97
2015-10-01remove old standalone Sun bug numbersNoel Grandin2-2/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann1-3/+7
2015-09-26convert Link<> to typedNoel Grandin1-7/+6
2015-09-25convert Link<> to typedNoel Grandin1-12/+10
2015-09-22convert Link<> to typedNoel Grandin1-16/+16
2015-09-20convert Link<> to typedNoel Grandin1-8/+6
2015-09-17convert Link<> to typedNoel Grandin2-2/+2
2015-09-17convert Link<> to typedNoel Grandin2-4/+3